Spread Windows Forms 12.0 Product Documentation
Details Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure : Details Property
Gets a string value indicating the details information of executing action.
Syntax
'Declaration
 
Public ReadOnly Property Details As String
'Usage
 
Dim instance As ActionResult(Of T)
Dim value As String
 
value = instance.Details
public string Details {get;}

Property Value

The details information of executing action.
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members